Skip to main content

Wait For Image

Overview


Waits for an image to appear on the screen based on the provided image.

Input

Image Finder

NameRequiredDescription
Image To FindThe image to search for on the primary screen.
Primary Screen OnlyOnly search the primary screen for the image.
Timeout (ms)How long to keep looking for the image on screen before giving up.
ThresholdThreshold value for image match confidence, between 0 and 1.

Point Offset

NameRequiredDescription
X OffsetX Offset to apply from the centre of the found location.
Y OffsetY Offset to apply from the centre of the found location.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.